home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / Libraries / tcl7.4b3 / doc / flush.n < prev    next >
Encoding:
Text File  |  1994-12-17  |  870 b   |  31 lines

  1. '\"
  2. '\" Copyright (c) 1993 The Regents of the University of California.
  3. '\" Copyright (c) 1994 Sun Microsystems, Inc.
  4. '\"
  5. '\" See the file "license.terms" for information on usage and redistribution
  6. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  7. '\" 
  8. '\" @(#) flush.n 1.2 94/12/17 16:17:54
  9. '\" 
  10. .so man.macros
  11. .HS flush tcl
  12. .BS
  13. '\" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. flush \- Flush buffered output for a file
  16. .SH SYNOPSIS
  17. \fBflush \fIfileId\fR
  18. .BE
  19.  
  20. .SH DESCRIPTION
  21. .PP
  22. Flushes any output that has been buffered for \fIfileId\fR.
  23. \fIFileId\fR must have been the return
  24. value from a previous call to \fBopen\fR, or it may be
  25. \fBstdout\fR or \fBstderr\fR to access one of the standard I/O streams;
  26. it must refer to a file that was opened for writing.
  27. The command returns an empty string.
  28.  
  29. .SH KEYWORDS
  30. buffer, file, flush, output
  31.